The following tables list the members exposed by PropertyInterceptorArgs<TInstance,TValue>.
Public Properties
| Name | Description |
 | Cancel | Overridden. Whether or not to cancel any further actions for the PropertyInterceptor. |
 | Context | Overridden.
Used internally to indicate the Entity version.
|
 | ExceptionAction | Overridden.
The handler to be invoked when an exception is thrown during a get or set.
|
 | Instance |
The strongly-typed object on which the interceptor acts.
|
 | Tag | Overridden.
Gets or sets a user-defined value.
|
 | Value |
The strongly-typed value of the property being retrieved or set.
|
Top
Public Methods
See Also